From 2ab337af7fcbaba8a44c21c80fecf0ac4d3a9a3b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 23 Sep 2006 09:16:49 +0000 Subject: [PATCH] (command-line): Use `custom-reevaluate-setting' for `focus-follows-mouse'. --- lisp/startup.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/startup.el b/lisp/startup.el index 8ac1cef5237..3db972c3d23 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -779,6 +779,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'." (custom-reevaluate-setting 'mouse-wheel-up-event) (custom-reevaluate-setting 'file-name-shadow-mode) (custom-reevaluate-setting 'send-mail-function) + (custom-reevaluate-setting 'focus-follows-mouse) ;; Register default TTY colors for the case the terminal hasn't a ;; terminal init file. -- 2.30.2